@media (min-width: 1300px) and (max-width: 1924px){
/*--------------------------banner.css--------------------------*/
.split {
    height: 100%;
}
.split .left-split{
    width: 60%;
}
.split .right-split{
    width: 25%;
}
}
@media (min-width: 1000px) and (max-width: 1300px){
/*--------------------------banner.css--------------------------*/
.banner_game{
    height: 200px;
    width: 270px;
}
.banner_img{
    height: 120px;
    width: 270px;
}
.title{
    font-size: 17px;
}
.price1{
    font-size: 18px;
    color: green;
}
.price2{
    font-size: 18px;
    color: red;
}
.split {
    height: 100%;
}
.split .left-split{
    width: 65%;
}
.split .right-split{
    width: 30%;
}
.prosmotr{
    color: white;
    text-decoration: none;
    font-size: 12px;
}
.button_prosmotr{
    height: 30px;
    width: 140px;
}

/*--------------------------razor.css--------------------------*/
.description h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 700;
}         
.description p {
    font-size: 1rem; 
    max-width: 800px;
    line-height: 1.8;
}
.button {
    font-size: 18px;
    padding: 10px 40px;
}
.main-content {
    padding: 0px 30px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.img_logo {
    width: 220px;
    height: 50px;
}
.header {
    margin-top: 5px;
    height: 40px;
}
/*--------------------------game.css--------------------------*/
games{
    background-color: rgba(255, 255, 255, 0.259);
    height: 220px;
    width: 280px;
}
.img_game{
    height: 140px;
    width: 280px;
}
.product_games{
    margin-left: 30px;
    margin-right: 20px;
    justify-content: space-between;
    display: flex;
}
.name_game{
    font-size: 16px;
}
.price_steam{
    font-size: 18px;
}
.price_me{
    font-size: 18px;
}
.button-buy{
    margin-top: 3px;
    height: 30px;
    width: 90px;
}
}
@media (min-width: 541px) and (max-width: 1000px){
/*--------------------------banner.css--------------------------*/
.split {
    height: 100%;
}
.split .left-split{
    width: 60%;
}
.split .right-split{
    width: 35%;
}
}
@media (min-width: 320px) and (max-width: 541px){
/*--------------------------banner.css--------------------------*/
.split {
    height: 100%;
}
.split .left-split{
    width: 100%;
}
.split .right-split{
    width: 0%;
}
.prosmotr{
    display: none
}
.button_prosmotr{
    display: none
}
.button_prosmotr:hover{
    display: none
}
.banner_game{
    display: none
}
.banner_img{
    display: none
}
.product_info{

    display: none
}
.title{
    display: none
}
.price1{
    display: none
}
.price2{
    display: none
}
.pop_towar{
    display: none
}
/*--------------------------razor.css--------------------------*/
.description h1 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 700;
}         
.description p {
    font-size: 0.7rem; 
    max-width: 800px;
    line-height: 1.8;
}
.button {
    font-size: 15px;
    padding: 5px 30px;
}
.main-content {
    padding: 0px 30px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.img_logo {
    width: 220px;
    height: 50px;
}
.header {
    margin-top: 5px;
    height: 40px;
}
/*--------------------------game.css--------------------------*/
games{
    background-color: rgba(255, 255, 255, 0.259);
    height: 150px;
    width: 200px;
}
.img_game{
    height: 95px;
    width: 200px;
}
.product_games{
    margin-left: 30px;
    margin-right: 20px;
    justify-content: space-between;
    display: flex;
}
.name_game{
    font-size: 12px;
}
.price_steam{
    font-size: 13px;
}
.price_me{
    font-size: 13px;
}
.button-buy{
    margin-top: 3px;
    height: 20px;
    width: 60px;
    font-size: 13px;
}
split_games {
    height: 100%;
    display: block;
    padding-left: 50px;
    padding-right: 50px;
    
}
left_split_games{
    width: 100%;
    float: left;
    height: 100%;
    align-items: center;
    background-color: rgba(255, 0, 0, 0);
}
center_split_games{
    width: 100%;
    float: center;
}
right_split_games{
    width: 100%;
    float: center;
}
.towar_magaz{
    font-size: 17px;
}
}